From 99700689247e8bd2046dee942a6ff63e0610250f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 15 Sep 2024 17:14:07 -0500 Subject: [PATCH] Add style for help links --- src/pgwui_common/static/pgwui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 27cb505..f35e8cf 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -39,6 +39,10 @@ .notfirstcaution { font-size: 75%; } .status { text-align: center; } +.help { font-size: 75%; + color: green; } +a.help:link { text-decoration-line: none; } + HR.errorsep { color: grey; } HR.lightsep { border-top: dotted; border-bottom: 0px; -- 2.34.1